Remove a "-"
authorscootergrisen <scootergrisen@gmail.com>
Sun, 26 Apr 2020 20:44:04 +0000 (20:44 +0000)
committerscootergrisen <scootergrisen@gmail.com>
Sun, 26 Apr 2020 20:44:04 +0000 (20:44 +0000)
gtk/gtkmediacontrols.c

index 93823f1231be287780bc0a199583aa040f2379d2..526c2fb3806221f0968550c145fbb32c9bd73e6b 100644 (file)
@@ -90,7 +90,7 @@ totem_time_to_string (gint64   usecs,
        if (hour > 0 || force_hour) {
                if (!remaining) {
                        /* hour:minutes:seconds */
-                       /* Translators: This is a time format, like "-9:05:02" for 9
+                       /* Translators: This is a time format, like "9:05:02" for 9
                         * hours, 5 minutes, and 2 seconds. You may change ":" to
                         * the separator that your locale uses or use "%Id" instead
                         * of "%d" if your locale uses localized digits.